←Select platform

Get(DicomScp,string,string,List<PresentationContext>) Method

Summary

Sends a SERIES-level C-GET-REQ message to a peer member of a connection defined by Scp.

Syntax

C#
VB
C++
  
Public Overloads Sub Get( _ 
   ByVal Scp As Leadtools.Dicom.Scu.DicomScp, _ 
   ByVal StudyInstanceUID As String, _ 
   ByVal SeriesInstanceUID As String, _ 
   ByVal additionalPresentationContexts As List(Of PresentationContext) _ 
)  
public: 
void Get(  
   Leadtools.Dicom.Scu.DicomScp^ Scp, 
   String^ StudyInstanceUID, 
   String^ SeriesInstanceUID, 
   List<PresentationContext^>^ additionalPresentationContexts 
)  

Parameters

Scp
The peer connection to send the C-GET-REQ to.

StudyInstanceUID
The study instance UID of the series to retrieve.

SeriesInstanceUID
The series instance UID of the series to retrieve.

additionalPresentationContexts
A list of presentation contexts to add to the Leadtools.Dicom.DicomAssociateDicomAssociation

Remarks

This method uses a C-GET to retrieve a complete series. Note that the C-GET differs from the C-MOVE in that the C-GET requests and retrieves information on the same DICOM assocation. This means that you need to know the SOP Class UID of the DICOM instances that are to be retrieved prior to the DICOM assocation. You can add these additional SOP Classes to the association by using the additionalPresentationContexts parameter. The example shows how this is done.

Example

For an example, refer to Get(dicomscp,string,list<presentationcontext>)

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly